@import url("font-awesome.css");
@font-face {
    font-family: 'Swiss721Light';
    src: url('../fonts/Swiss-721-Light-Extended-BT.eot');
    src: url('../fonts/Swiss-721-Light-Extended-BT.eot') format('embedded-opentype'),
         url('../fonts/Swiss-721-Light-Extended-BT.woff2') format('woff2'),
         url('../fonts/Swiss-721-Light-Extended-BT.woff') format('woff'),
         url('../fonts/Swiss-721-Light-Extended-BT.ttf') format('truetype'),
         url('../fonts/Swiss-721-Light-Extended-BT.svg#Swiss721Light') format('svg');
}

html{
	height: 100%;
	overflow-x: hidden;
}
body{
	height: 100%;
}
body{
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	line-height: 1.5;
}
ul,ol,li,dl,dt,dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	color: #333;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	text-decoration: none;
}
a:hover {
	color: #183884;
	text-decoration: none;
}
a:focus,
a:active {
	outline: none;
	text-decoration: none;
}
section{
	padding: 30px 0;
}
@media (min-width: 768px) {
	body > section {
  		padding: 45px 0;
	}
}
.container{
	width: 100%;
	max-width: 1600px;
}
.img-block img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
/******************
 * 一键置顶
 *****************/
.scrollToTop {
	color: #fff;
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: 36px;
	height: 36px;
	text-align: center;
	cursor: pointer;
	background-color: #183884;
	z-index: 1005;
	display: none;
	border-radius:5px;
}
.scrollToTop i {
	line-height: 36px;
	font-size: 28px;
}
.scrollToTop:hover{
	opacity:0.9;
}

/******************
 * 顶栏
 *****************/
.lang-bar{
	position: relative;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.lang-bar a{
	display: inline-block;
	float: left;
	height: 32px;
	line-height: 32px;
	margin-left: 1px;
	color: #fff;
	background-color: #183884;
	text-transform: uppercase;
	padding: 0;
	width: 50px;
	text-align: center;
}
.lang-bar a.cn{
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
}
.lang-bar a.en{
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
}

@media (min-width:992px) {
	.lang-bar{
		float: right;
		margin-top: 29px;
		margin-bottom: 29px;
		margin-left: 10px;
	}

}

/******************
 * 导航   *
 *****************/
header{
	background-color:rgba(255,255,255,1);
}
.fixed{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 9999;
}
.navbar-nav{
	margin-top: 0px;
	margin-bottom: 0px;
}
/* first level menu */
.navbar.navbar-default {
	margin: 5px 0px;
	border: none;
	background-color: transparent;
}
.navbar.navbar-default .navbar-nav{
	background-color: #fafafa;
}
/* first level menu items */
.navbar-default .navbar-nav > li > a {
	text-transform: capitalize;
	font-size: 12px;
	color: #4f4f4f;
	z-index: 102;
}
.navbar-default .navbar-nav > li > a:hover {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	background-repeat: no-repeat;
	background-position: 50% 100%;
}
/* first level active menu items on hover/focus */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #004097;
	background-color: transparent;
}
/* first level active menu items when opened */
.main-navigation .navbar-nav > .open > a,
.main-navigation .navbar-nav > .open > a:hover,
.main-navigation .navbar-nav > .open > a:focus {
	color: #004097;
	background-color: transparent;
}
/* first level active menu items when clicked */
.main-navigation .navbar-nav > .open > a:active,
.main-navigation .navbar-nav > .open.active > a:active {
	background-color: #ffffff;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #33CC33;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;

}
.main-navigation .navbar-nav > .open > a:active + ul,
.main-navigation .navbar-nav > .open.active > a:active + ul {
	display: none;
}
/* second level menu */
.dropdown-menu {
	min-width: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 0;
	margin: 0;
	background-color: rgba(250,250,250,0.9);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
	z-index: 101;
}
/* second level menu items */
.dropdown-menu > li > a {
	padding: 10px 20px;
	font-size: 15px;
	color: #333;
	border-bottom: 1px solid #eee;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}
/* second level menu items on focus/hover and when opened */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu .menu > .active > a,
.dropdown-menu .menu > .active > a:hover,
.dropdown-menu .menu > .active > a:focus {
	color: #333;
	background-repeat: no-repeat;
	background-position: 50% 100%;
}
.dropdown-menu > li > a:hover{
	color:#fff!important;
	background:#183884!important;
}
/* third level menu */
.dropdown-menu .dropdown-menu {
	top: -1px;
	left: 100% !important;
	padding-top: 0;
	margin-left: 1px;
	border-left: none;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
	border-top: 1px solid #f1f1f1;
}
/* dropdown animations */
.animated.main-navigation .open .dropdown-menu,
.open .dropdown-animation {
	-webkit-animation-duration: 0.2s;
	animation-duration: 0.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUpSmall;
	animation-name: fadeInUpSmall;
}
.open .dropdown-animation {
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
}
.animated.main-navigation .dropdown-menu .open .dropdown-menu {
	-webkit-animation-name: fadeInLeftSmall;
	animation-name: fadeInLeftSmall;
}
/* mobile menu toggle button */
.navbar-default .navbar-toggle {
	border: none;
}
/* mobile menu toggle button on hover/focus */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #183884;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #183884;
}
.main-navigation .navbar-brand{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.main-navigation .navbar-brand img{
	height: 40px;
}

/****** 2019.5.27 *******/
.mega-menu.dropdown {
	position: static;
}
.mega-menu .dropdown-menu {
	left: 0;
	top: 99%;
	width: 100%;
	padding: 20px 0px;
}
.mega-pic-outer{
	height: auto;
	overflow: hidden;
}
.mega-pic-outer a{
	display: block;
}
.mega-pic-outer .pic{
	height: auto;
	overflow: hidden;
}
.mega-pic-outer .pic img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.mega-pic-outer .title{
	text-align: center;
	font-size: 12px;
	margin-top: 10px;
}
/****** 2019.5.27 *******/

/**** animations **/
@-webkit-keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
}
/**** fadeInDownSmall *****/
@-webkit-keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*** fadeInLeftSmall ***/
@-webkit-keyframes fadeInLeftSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width:768px) {
	.navbar.navbar-default{

		/*background-color: transparent;
		border-color: transparent;*/
		border-radius: 0px;
		border: none;
	}
	.navbar.navbar-default .navbar-nav{
		float: none;
	}
	/*.navbar-collapse {
		padding-right: 0px;
		padding-left: 0px;
	}*/
	/*.main-navigation .navbar-right .dropdown-menu {
		right: auto;
		left: 0;
	}
	.main-navigation .navbar-right > li:last-child > .dropdown-menu {
		right: 0;
		left: auto;
	}
	.navbar-nav li.dropdown a:hover{
		background: none;
	}*/
	/*.main-navigation .navbar-nav {
		float: right;
	}*/
	.navbar-default .navbar-nav > li{
		float: none;
		display: block;
	}

	/*.navbar-default .navbar-nav > li:before,
	.navbar-default .navbar-nav > li:after{
		display: table;
  		content: " ";
	}
	.navbar-default .navbar-nav > li:after{
		clear: both;
	}*/
	/*.navbar-default .navbar-nav > li > a{
		line-height: 40px;
		padding-left: 2px;
		padding-right: 2px;
	}
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > li > a:hover{
		color: #33cc33;
	}*/
	.main-navigation .navbar-header{
		float: none !important;
	}
	/*.main-navigation .navbar-header .logo{
		float: left;
	}*/
	/*.main-navigation .navbar-brand{
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 15px;
		height: 80px;
	}*/
	/*.main-navigation .navbar-brand img{
		height: 50px;
	}*/
	.main-navigation .navbar-toggle{
		display: block;
	}
	.navbar-collapse.collapse{
		display: none !important;
	}
	.collapse.in{
		display: block !important;
	}
}
/* Medium desktop devices */
@media (min-width:992px) {
	.main-navigation .navbar-toggle{
		display: none;
	}
	.navbar-collapse.collapse{
		display: block !important;
	}
	.navbar.navbar-default{
		margin: 0px;
		background-color: transparent;
		border-color: transparent;
		border-radius: 0px;
		border: none;
	}
	.navbar.navbar-default .navbar-nav{
		background-color: transparent;
		float: right;
		margin-top: 0px;
	}
	.navbar-collapse {
		padding-right: 0px;
		padding-left: 0px;
	}
	.main-navigation .navbar-right .dropdown-menu {
		right: auto;
		left: 0;
	}
	.main-navigation .navbar-right > li:last-child > .dropdown-menu {
		right: 0;
		left: auto;
	}
	.navbar-nav li.dropdown a:hover{
		background: none;
	}
	.main-navigation .navbar-nav {
		float: right;
	}
	.navbar-default .navbar-nav > li{
		float: left;
		margin-left: 1px;
	}
	.navbar-default .navbar-nav > li:before,
	.navbar-default .navbar-nav > li:after{
		display: table;
  		content: " ";
	}
	.navbar-default .navbar-nav > li:after{
		clear: both;
	}
	.navbar-default .navbar-nav > li > a{
		color: #333;
		line-height: 40px;
		padding-left: 15px;
		padding-right: 15px;
		font-size: 14px;
		font-weight: bold;
		padding-top: 20px;
		padding-bottom: 20px;

	}
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > li > a:hover{
		color: #333;
	}
	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:focus{
		color: #333;
	}
	.main-navigation .navbar-nav > .open > a,
	.main-navigation .navbar-nav > .open > a:hover,
	.main-navigation .navbar-nav > .open > a:focus{
		color: #333;
	}
	.main-navigation .navbar-header{
		float: none !important;
	}
	.main-navigation .navbar-header .logo{
		float: left;
	}
	.main-navigation .navbar-brand{
		padding-bottom: 20px;
		padding-left: 15px;
		height: 80px;
	}
	.main-navigation .navbar-brand img{
		height: 40px;
	}
	.dropdown-menu{
		border: none;
		background-color: #fff;
		box-shadow: 0 0 10px rgba(0,0,0,.15);
	}

}
/* Large devices (Large desktops 1200px and up) */
@media (min-width:1200px) {
	.main-navigation .navbar-nav > li >a {
		font-size: 14px;
		padding-left: 20px;
		padding-right: 20px;
		line-height: 50px;
	}
	.main-navigation .navbar-brand{
		padding-bottom: 20px;
		padding-left: 15px;
		height: 90px;
	}
	.main-navigation .navbar-brand img{
		height:auto;
	}
	#brand-left1{
		line-height:50px;
	}

}
@media (min-width:1300px) {
	.main-navigation .navbar-nav > li >a {
		font-size: 16px;
		font-size: bold;
		padding-left: 20px;
		padding-right: 20px;
	}
	.main-navigation .navbar-brand{
		padding-bottom: 15px;
	}
	.main-navigation .navbar-brand img{
		height:auto;
	}
}
@media (min-width:1500px) {
	.main-navigation .navbar-nav > li >a {
		font-size: 18px;
		font-weight: bold;
		padding-left: 30x;
		padding-right: 30px;
	}
}
@media (min-width:1600px) {
	/* .main-navigation .navbar-nav > li >a {
		padding-left: 30px;
		padding-right: 30px;
	} */
}
@media (max-width:992px) {
	.navbar-nav .open .dropdown-menu{
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #004097;
		background-color: transparent;
	}
	.navbar-default .navbar-nav > li > a {
		border-bottom: 1px solid #f1f1f1;
	}
	.navbar-default .navbar-nav > li:last-child > a {
		border-bottom: 1px solid transparent;
	}
	.main-navigation .navbar-nav > .open > a,
	.main-navigation .navbar-nav > .open > a:hover,
	.main-navigation .navbar-nav > .open > a:focus {
		border-color: #004097;
		-moz-box-shadow: none;
		-o-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:focus {
		color: #004097;
	}
	.navbar-default .navbar-nav .open .dropdown-menu {
		background-color: #ffffff;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a,
	.navbar-default .navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 12px 15px 12px 30px;
		color: #666666;
		border-color: #fafafa;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #004097;
	}
	.navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
		padding-left: 40px;
	}
	.navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-menu > li > a {
		padding-left: 60px;
	}
	.dropdown>a:before {
		right: 32px;
	}
	.dropdown .dropdown>a:before {
		right: 36px;
	}
}
/******************
 * 顶部弹出搜索表单
 *****************/
.top-search{
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
}
.top-search > .btn{
	border: none;
	width: 40px;
	height: 40px;
	background-color: transparent;
	padding: 0px;
	line-height: 40px;
	box-shadow: none;
	text-align: center;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.top-search > .btn:focus{
	outline: none;
}
.top-search > .btn > i{
	font-size: 30px;
	color: #333;
}
.top-search > .dropdown-menu{
	padding: 15px;
	background-color: #FAFAFA !important;
	position: relative;
	width: 100%;
	display: block;
}
.top-search .dropdown-menu .form-group{
	margin-bottom: 0px;
}
.top-search .dropdown-menu .form-group .form-control-feedback{
	line-height: 34px !important;
}
.top-search .dropdown-menu .form-group .form-control:focus{
	border-color: #ddd;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, .6);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, .6);
}
@media (min-width:768px) {
	.top-search{
		padding-top: 0;
		padding-bottom: 0;
	}
	.top-search > .dropdown-menu{
		min-width: 300px;
		border: none;
	}
	.top-search .has-feedback .form-control{
		padding-right: 40px;
	}
}
@media (min-width:992px) {
	.top-search{
		padding-top: 25px;
		padding-bottom: 25px;
		float: right;
		margin-top: 0;
		margin-bottom: 0;
	}
	.top-search > .dropdown-menu{
		position: absolute;
		display: none;
	}
	.top-search.open > .dropdown-menu{
		display: block;
	}
}

/******************
 * 幻灯样式   *
 *****************/
.section-banner{
	padding: 0;
	position: relative;
}
/******************
 * 底部和版权
 *****************/
footer{
	display: block;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #3e3e3f;
	position: relative;
}
.foot-top{
	padding: 15px;
	background-color: #183884;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: -32px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);

}
.foot-top::before{
	width: 0;
	height: 0;
	border-bottom: 32px solid #061b4d;
	border-left: 20px solid transparent;
	position: absolute;
	left: -20px;
	top: 0;
}
.foot-top::after{
	width: 0;
	height: 0;
	border-bottom: 32px solid #061b4d;
	border-right: 20px solid transparent;
	position: absolute;
	right: -20px;
	top: 0;
}

.foot-sl-nav{
	width: 70%;
	height: 56px;
	overflow: hidden;
	float: left;
	line-height: 56px;
	color: #fff;
	text-align: center;
	font-size: 18px;
}
.foot-sl-nav a{
	color: #fff;
	display: inline-block;
	margin: 0 45px;
}

.foot-link{
	width: 30%;
	height: 56px;
	position: relative;
	float: right;
	padding-left: 100px;
}
.foot-link span{
	color: #fff;
	line-height: 56px;
	font-size: 18px;
	width: 100px;
	position: absolute;
	top: 0;
	left: 0;
}
.ft-link-list{
	position: relative;
	background-color: #284791;
}
.ft-link-list p{
	display: block;
	height: 56px;
	line-height: 56px;
	overflow: hidden;
	position: relative;
	margin: 0;
	color: #fff;
	font-size: 18px;
	padding: 0 20px;
	cursor: pointer;
}
.ft-link-list p::after{
	content: "";
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 10px solid #fff;
	border-bottom: 5px solid transparent;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 10px;
}
.ft-link-list ul{
	height: auto;
	overflow: hidden;
	position: absolute;
	bottom: 56px;
	left: 0;
	right: 0;
	padding: 10px 20px;
	background-color: #284791;
	display: none;
}
.ft-link-list ul li{
	font-size: 16px;
}
.ft-link-list ul li a{
	color: #fff;
	line-height: 40px;
}

.col-foot-x1,
.col-foot-x2,
.col-foot-x3,
.col-foot-x4{
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	width: 100%;
}
.foot-wrap{
	margin-bottom: 15px;
}
.foot-title{
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	text-transform: capitalize;
	position: relative;
	border-bottom: 1px solid #ddd;
}
.foot-title i{
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 10px;
	cursor: pointer;
	font-size: 12px;
}
.foot-title i:before{
	content: "";
	width: 16px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
}
.col-foot-item .foot-title i:after{
	content: "";
	width: 1px;
	height: 16px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -8px;
	transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
}
.col-foot-item.cur .foot-title i:after{
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}
.foot-inner{
	height: auto;
	overflow: hidden;
	display: none;
	margin: 10px 0;
}
.foot-list{
	height: auto;
	overflow: hidden;
}
.foot-list li{
	padding: 3px 0;
	font-size: 14px;
	line-height: 30px;
}
.foot-list li span{
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
}
.foot-list li a{
	color: #999;
}
.foot-list li a:hover{
	color: #fff;
}
.foot-contact-info{
	font-size: 14px;
	line-height: 2;
	color: rgba(255,255,255,.6);
	margin-top: 10px;
}
.foot-contact-info ul li{
	padding-left: 35px;
	line-height: 30px;
	position: relative;
	color: #999;
	margin-bottom: 5px;
}
.foot-contact-info ul li span{
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 24px;
}
.foot-contact-info ul li a{
	color: #999;
}
.foot-contact-info ul li a:hover{
	color: #fff;
}

.full-copyright{
	background-color: #343434;
	padding: 12px 20px;
}
.copyright{
	color: rgba(255,255,255,.6);
	font-size: 14px;
	line-height: 2;
	text-align: center;
}
.copyright a{
	color: #fff;
}
.websupport{
	color: rgba(255,255,255,.6);
	font-size: 14px;
	line-height: 2;
	text-align: right;
}
.foot-hot-tel{
	text-align: left;
	color: #fff;
	font-size: 30px;
	font-family: 'Swiss721Light';
}
.foot-hot-tel a{
	color: #fff;
}
.foot-contact-btn{
	margin-top: 20px;
}
.foot-contact-btn ul li{
	float: left;
	margin-right: 15px;
}
.foot-contact-btn ul li a{
	display: block;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	border-radius: 100%;
	color: #fff;
	position: relative;
}
.foot-contact-btn ul li a span{
	font-size: 20px;
}
.foot-contact-btn ul li.wx a{
	background-color: #3eb135;
}
.foot-contact-btn ul li.wb a{
	background-color: #df4d69;
}
.foot-contact-btn ul li.wx .wechat-pic{
	width: 100px;
	height: 100px;
	padding: 5px;
	background-color: #fff;
	position: absolute;
	bottom: 32px;
	left: 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	display: none;
}
.foot-contact-btn ul li.wx .wechat-pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.foot-contact-btn ul li.wx:hover .wechat-pic{
	display: block;
}

.foot-form-group{
	height: auto;
	overflow: auto;
	position: relative;
	margin: 5px 0;
}
.foot-form-group input{
	display: block;
	width: 100%;
	padding: 0 15px;
	background-color: #e5e5e5;
	height: 25px;
	line-height: 25px;
	border: none;
	color: #333;
}
.foot-form-group textarea{
	display: block;
	width: 100%;
	padding: 5px 15px;
	background-color: #e5e5e5;
	height: 84px;
	line-height: 30px;
	border: none;
	color: #333;
	font-size: 16px;
}

.foot-form-btn{
	height: auto;
	overflow: hidden;
	position: relative;
	text-align: center;
	margin-top: 20px;
}
.foot-form-btn input{
	display: inline-block;
	margin: 0 10px;
	height: 38px;
	line-height: 38px;
	color: #fff;
	font-size: 14px;
	border: none;
	cursor: pointer;
	background-color: #0c5eb1;
	padding: 0 30px;
	text-transform: uppercase;
}

@media (min-width:768px) {
	.col-foot-x1{
		width: 41%;
	}
	.col-foot-x2{
		width: 60%;
	}
	.col-foot-x3{
		width: 50%;
		padding-right: 2%;
	}
	.col-foot-x4{
		width: 50%;
	}
	.visible-line{
		width: 100%;
		height: 1px;
		float: left;
		display: block;
	}
	.foot-wrap{
		min-height: 170px;
	}
	.foot-title{
		border-bottom: none;
		font-size: 18px;
	}
	.foot-title i{
		display: none;
	}
	.foot-inner{
		display: block !important;
	}
	.foot-list li{
		font-size: 16px;
	}
	.foot-list.product li,
	.foot-list.case li{
		width: 50%;
		float: left;
	}
	.copyright{
		text-align: left;
	}
}
@media (min-width:992px) {
	.col-foot-x1{
		width: 41%;
	}
	.col-foot-x2{
		width: 60%;
	}
	.col-foot-x3{
		width: 50%;
		padding-right: 2%;
	}
	.col-foot-x4{
		width: 50%;
	}
	.foot-title{
		font-size: 20px;
	}
	.visible-line{
		width: 100%;
		height: 1px;
		float: left;
		display: block;
	}
	footer{
		padding-top: 80px;
	}
	.foot-sl-nav a{
		margin: 0 15px;
	}
	.foot-list.case li{
		width: 50%;
	}
	.foot-contact-info{
		font-size: 16px;
	}
}
@media (min-width:1200px) {
	.col-foot-x1{
		width: 18%;
	}
	.col-foot-x2{
		width: 30%;
	}
	.col-foot-x3{
		width: 27%;
		padding-right: 2%;
	}
	.col-foot-x4{
		width: 25%;
	}
	.visible-line{
		width: 100%;
		height: 1px;
		float: left;
		display: block;
	}
	.foot-sl-nav a{
		margin: 0 25px;
	}
	#footer_item1{
		margin-left:6%;
	}
}
@media (min-width:1400px) {
	.col-foot-x1{
		width: 18%;
	}
	.col-foot-x2{
		width: 30%;
	}
	.col-foot-x3{
		width: 27%;
		padding-right: 2%;
	}
	.col-foot-x4{
		width: 25%;
	}
	.visible-line{
		display: none;
	}
	.foot-sl-nav a{
		margin: 0 35px;
	}
}
@media (min-width:1600px) {
	.foot-sl-nav a{
		margin: 0 45px;
	}
	.col-foot-x1{
		width: 18%;
	}
	.col-foot-x2{
		width: 30%;
	}
	.col-foot-x3{
		width: 27%;
		padding-right: 2%;
	}
	.col-foot-x4{
		width: 25%;
	}
}
/******************
 * owl滚动
 *****************/
.owl-carousel.owl-product{
	padding: 0 10px;
}
.owl-carousel.owl-product .owl-stage-outer{
	padding: 30px 0;
}
.owl-carousel.owl-product .item{
	border: 1px solid #e5e5e5;
	-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
}
.owl-carousel.owl-product .item a{
	display: block;
}
.owl-carousel.owl-product .item .pic{
	height: auto;
	overflow: hidden;
	position: relative;
}
.owl-carousel.owl-product .item .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.owl-carousel.owl-product .item .pic .cover{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	background-color: rgba(0,0,0,0.5);
	transform: scale(0.15);
	-webkit-transform: scale(0.15);
	-moz-transform: scale(0.15);
	-ms-transform: scale(0.15);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
}
.owl-carousel.owl-product .item .pic .cover span{
	display: inline-block;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	color: #fff;
	font-size: 48px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.owl-carousel.owl-product .item .wrap{
	padding: 10px 15px;
	border-top: 1px solid #e5e5e5;
}
.owl-carousel.owl-product .item .wrap .title{
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	padding-right: 44px;
	position: relative;
	color: #333;
	font-size: 18px;
}
.owl-carousel.owl-product .item .wrap .title span{
	display: inline-block;
	position: absolute;
	top: 1px;
	right: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #999;
	font-size: 24px;
	text-align: center;
}
.owl-carousel.owl-product .item .wrap .sort{
	border-top: 1px solid #e5e5e5;
	color: #999;
	font-size: 14px;
	padding: 15px 0;
	margin-top: 5px;
}

.owl-theme.owl-product .owl-controls{
	margin-top: 0;
}
.owl-theme.owl-product .owl-controls .owl-nav div{
	padding: 0;
	background-color: transparent;
	color: #000;
	width: 34px;
	height: 34px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	line-height: 32px;
	border: 1px solid #000;
}
.owl-theme.owl-product .owl-controls .owl-nav div i{
	font-size: 24px;
}

.owl-carousel.owl-product .item:hover{
	box-shadow: 0 0 30px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.15);
}
.owl-carousel.owl-product .item:hover .pic .cover{
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
}
@media (min-width:768px) {
	.owl-carousel.owl-product{
		padding: 0 60px;
	}
	.owl-theme.owl-product .owl-controls .owl-nav div{
		margin: 0;
		position: absolute;
		top: 50%;
		margin-top: -17px;
		left: 10px;
	}
	.owl-theme.owl-product .owl-controls .owl-nav div.owl-next{
		left: auto;
		right: 10px;
	}
}

.tab-ys-wrap{
	height: auto;
	overflow: hidden;
	position: relative;
	background-color: #f3f5fa;
}
.tab-ys-outer{
	height: auto;
	overflow: hidden;
	position: relative;
}
.tab-ys-content{
	height: auto;
	overflow: hidden;
	position: relative;
}
.tab-ys-lt{
	width: 100%;
	min-height: 1px;
	position: relative;
	float: left;
}
.tab-ys-rt{
	width: 100%;
	min-height: 1px;
	position: relative;
	float: left;
}
.tab-ys-lt .pic{
	height: auto;
	overflow: hidden;
}
.tab-ys-lt .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.tab-ys-inner{
	padding: 20px 40px;
}
.tab-page{
	height: 36px;
	overflow: hidden;
	font-size: 30px;
	line-height: 36px;
}
.tab-page span{
	display: inline-block;
	line-height: 36px;
	font-size: 30px;
	font-weight: bold;
	color: #183884;
	margin-right: 3px;
}
.tab-page i{
	display: inline-block;
	font-style: normal;
	color: #404040;
	font-size: 16px;
	height: 36px;
	line-height: 20px;
	padding-top: 16px;
	margin-left: 3px;
}
.tab-title{
	color: #575757;
	font-size: 14px;
	border-bottom: 1px solid #a2a2a2;
	padding-bottom: 10px;
	line-height: 40px;
	margin-bottom: 15px;
}
.tab-title strong{
	font-size: 16px;
	color: #183884;
}
.tab-info{
	position: relative;
	color: #666;
	font-size: 14px;
	line-height: 28px;
	padding-top: 10px;
}
.tab-info table tr td{
  padding-bottom: 15px;
}
/* .tab-info p{
	position: relative;
	margin-bottom: 15px;
	padding-left: 20px;
}
.tab-info p::before{
	content: "";
	width: 7px;
	height: 7px;
	background-color: #183884;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 11px;
} */
.tab-ys-thumb{
	height: auto;
	overflow: hidden;
	position: relative;
	min-height: 1px;
	margin-top: 12px;
}
.tab-ys-thumb ul{
	display: block;
	margin-left: -3px;
	margin-right: -3px;
	height: auto;
	overflow: hidden;
}
.tab-ys-thumb ul li{
	width: 25%;
	height: auto;
	min-height: 1px;
	position: relative;
	float: left;
	padding-left: 3px;
	padding-right: 3px;
}
.tab-ys-thumb ul li .inner{
	height: auto;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.tab-ys-thumb ul li .inner .pic{
	height: auto;
	overflow: hidden;
}
.tab-ys-thumb ul li .inner .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	min-height: 50px;
	-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
}
.tab-ys-thumb ul li .inner .cover{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	border: 4px solid transparent;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:Center;
}
.tab-ys-thumb ul li .inner .cover .title{
	color: #fff;
	/*
	padding-left: 8%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	*/
	text-align:center;
	position: relative;
	transition:0.6s;
	padding-bottom: 10px;
}
.tab-ys-thumb ul li .inner .cover .title::after{
	width: 30px;
	height: 4px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	margin-left:-15px;
	bottom: 0;
}
.tab-ys-thumb ul li .inner .cover .title h2{
	margin-top: 0;
	font-weight: bold;
	font-size: 12px;
}
.tab-ys-thumb ul li .inner .cover .title h6{
	display: none;
}
.tab-ys-thumb ul li.on .inner .cover{
	border-color: #0c5eb1;
}
.tab-ys-thumb ul li.on .inner .cover .title{
	letter-spacing:3px;
}
.tab-ys-thumb ul li:hover .inner .pic img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.cooper-item{
	height: auto;
	overflow: hidden;
	border: 1px solid #e5e5e5;
	margin: 15px 0;
}
.cooper-item a{
	display: block;
}
.cooper-item img{
	display: block;
	max-width: 100%;
	height: auto;
}

.my-prod-sort{
	height: auto;
	overflow: hidden;
	text-align: center;
	margin-bottom: 30px;
}
.my-prod-sort ul li{
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: 14px;
	margin: 0 10px;
}
.my-prod-sort ul li a{
	color: #333;
}
.my-prod-sort ul li a:hover{
	color: #183884;
}

.my-prod-item{
	height: auto;
	overflow: hidden;
}
.my-prod-item a{
	display: block;
}
.my-prod-item .pic{
	height: auto;
	overflow: hidden;
	position: relative;
}
.my-prod-item .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	border: 1px solid #e5e5e5;
}
.my-prod-item .title{
	text-align: center;
	font-size: 14px;
	height: 66px;
	line-height: 66px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.my-prod-item .pic .cover{
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.5);
	opacity: 0;
	visibility: hidden;

	-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	width:100%;
	height:100%;
	display: flex;
	flex-direction:column;
	justify-content:center;
	align-items:Center;
}
.my-prod-item .pic .cover span{
	color: #fff;
	font-size: 48px;
}
.my-prod-item:hover .pic .cover{
	opacity: 1;
	visibility: visible;
}

.my-prod-more{
	margin-top: 25px;
	text-align: center;
	font-size: 14px;
}
.my-prod-more a{
	display: inline-block;
	color: #fff;
	background-color: #183884;
	line-height: 43px;
	padding: 0 43px;
	border-radius: 25px;
}

@media (min-width:488px) {
	.tab-ys-lt{
		width: 100%;
	}
	.tab-ys-rt{
		width: 100%;
	}
	.tab-title{
		font-size: 14px;
	}
	.tab-title strong{
		font-size: 16px;
	}
}
@media (min-width:768px) {
	.tab-ys-lt{
		width: 100%;
	}
	.tab-ys-rt{
		width: 100%;
	}
	.tab-title{
		font-size: 14px;
	}
	.tab-title strong{
		font-size: 16px;
	}
	.tab-ys-thumb ul li .inner .cover .title h2{
		font-size: 16px;
	}
	.tab-ys-thumb ul li .inner .cover .title h6{
		display: block;
	}
	.my-prod-sort ul li{
		font-size: 14px;
		margin: 0 10px;
	}
	.my-prod-item .title{
		font-size: 16px;
	}
	#my-prod-row.row .col-sm-3{
		width: 25%;
	}
	.my-prod-more{
		font-size: 16px;
	}
	
}
@media (min-width:992px) {
	.tab-ys-lt{
		width: 50%;
	}
	.tab-ys-rt{
		width: 50%;
	}
	.tab-title{
		font-size: 16px;
	}
	.tab-title strong{
		font-size: 20px;
	}
	.tab-ys-thumb ul li .inner .cover .title h2{
		font-size: 24px;
	}
	.my-prod-sort ul li{
		font-size: 16px;
		margin: 0 15px;
	}
	.my-prod-item .title{
		font-size: 18px;
	}
	#my-prod-row.row .col-sm-3{
		width: 20%;
	}
	.tab-ys-lt .pic img{
		height: 445px;
		object-fit: cover;
	}
}
@media (min-width:1200px) {
	.tab-ys-lt{
		width: 50%;
	}
	.tab-ys-rt{
		width: 50%;
	}
	.tab-title{
		font-size: 18px;
	}
	.tab-title strong{
		font-size: 24px;
	}
	.tab-info{
		font-size: 16px;
	}
	.tab-ys-thumb ul li .inner .cover .title h2{
		font-size: 30px;
	}
	.my-prod-sort ul li{
		font-size: 18px;
		margin: 0 20px;
	}
	.my-prod-more{
		font-size: 18px;
	}
}
@media (min-width:1400px) {
	.tab-title{
		font-size: 22px;
	}
	.tab-title strong{
		font-size: 30px;
	}
}
@media (min-width:1500px) {
	.tab-title{
		font-size: 24px;
	}
	.tab-title strong{
		font-size: 36px;
	}
}
/******************
 * 新闻资讯
 *****************/
.section-news{
	background-color: #fff;
}
.item-news-wrap{
	height: auto;
	position: relative;
	-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
}
.item-news-wrap a{
	display: block;
}
.item-news-wrap .pic{
	height: auto;
	overflow: hidden;
}
.item-news-wrap .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
}
.item-news-wrap .title{
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	margin-top: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 15px;
}
.item-news-wrap .intro{
	color: #999;
	font-size: 14px;
	height: 50px;
	line-height: 25px;
	overflow: hidden;
	padding: 0 15px;
}
.item-news-wrap .more{
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 15px;
	color: #999;
	padding: 0 15px;
	margin-bottom: 15px;
	font-family: 'Swiss721Light';
}
.item-news-wrap:hover{
	background-color: #fff;
	box-shadow: 0 8px 16px rgba(0,0,0,0.15);
}
.item-news-wrap:hover .pic img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

@media (min-width:768px) {
	.item-news-wrap .title{
		font-size: 18px;
	}
}

/******************
 * Products
 *****************/
.section-product{
	background-color: #fff;
}
.section-product.solution{
	background-color: #f3f5fa;
}
.section-product.news{
	background-color: #f3f5fa;
	padding-bottom: 75px;
}
.product-head{
	text-align: center;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 50px;
	padding-bottom: 40px;
	line-height: 1.25;
}
.product-head::before{
	width: 480px;
	height: 1px;
	background-color: #BFBFBF;
	position: absolute;
	left: 50%;
	margin-left: -240px;
	bottom: 8px;
}
.product-head::after{
	width: 16px;
	height: 16px;
	background-color: #bfbfbf;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	bottom: 0;
}

.solution-lt,
.solution-rt{
	padding-left: 15px;
	padding-right: 15px;
	min-height: 1px;
	position: relative;
	float: left;
	width: 100%;
}
.solution-rt-head{
	text-align: center;
	font-size: 20px;
	/*border: 1px solid #bfbfbf;*/
	border-radius: 5px;
	background-color: #183884;
	line-height: 60px;
	margin-top: 20px;
	color:#fff;
	font-weight:bold;
}
.solution-rt-list{
	height: auto;
	overflow: hidden;
}
.solution-rt-list ul li{
	margin-top: 6px;
	height: 50px;
	overflow: hidden;
	border-radius: 4px;
	background-color: #fff;
	padding: 0 20px;
	font-size: 16px;
	-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
}
.solution-rt-list ul li a{
	display: block;
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.solution-rt-list ul li span{
	display: inline-block;
	float: right;
	margin-left: 15px;
	line-height:50px;
	height: 50px;
	font-size: 18px;
}
.solution-rt-list ul li.more{
	text-align: right;
}
.solution-rt-list ul li:hover{
	color: #fff;
	background-color: #183884;
}
.solution-rt-list ul li:hover a{
	color: #fff;
}

.solution-lt .row{
	margin-left: -5px;
	margin-right: -5px;
}
.solution-item{
	padding-left: 5px;
	padding-right: 5px;
	min-height: 1px;
	position: relative;
	float: left;
	width: 50%;
}
.solution-outer{
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
}
.solution-outer a{
	display: block;
}
.solution-outer img{
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
}
.solution-outer .cover{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.5);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
}
.solution-outer .cover .title{
	text-align: center;
	font-size: 24px;
	color: #fff;
	padding: 0 10px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.solution-item:hover .solution-outer img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.solution-item:hover .solution-outer .cover{
	opacity: 1;
	visibility: visible;
}

.my-news-sort{
	height: auto;
	overflow: hidden;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}
.my-news-sort ul li{
	display: inline-block;
	*display: inline;
	zoom: 1;
	min-height: 1px;
	position: relative;
	padding: 0 6px;
	font-size: 14px;
}
.my-news-sort ul li a{
	display: block;
	color: #333;
}
.my-news-sort ul li a:hover,
.my-news-sort ul li.active a{
	color: #0c5eb1;
}

@media (min-width:768px) {
	.product-head{
		font-size: 24px;
	}
	.solution-item{
		width: 33.333333%;
	}
	.my-news-sort ul li{
		font-size: 14px;
		margin: 0 10px;
	}
}
@media (min-width:992px) {
	.product-head{
		font-size: 30px;
	}
	.solution-item{
		width: 20%;
	}
	.solution-rt-head{
		margin-top: 0;
	}
	.my-news-sort ul li{
		font-size: 16px;
		margin: 0 20px;
	}
	.solution-outer img{
		object-fit: cover;
	}
}
@media (min-width:1200px) {
	.product-head{
		font-size: 36px;
	}
	.my-news-sort ul li{
		font-size: 18px;
		margin: 0 30px;
	}
}

@media (min-width:1600px) {

}

/*** grid css ***/
.grid {
	position: relative;
	margin: 0 auto;
	padding: 0;
	max-width: 100%;
	list-style: none;
	text-align: center;
}
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
	max-width: 100%;
	width: 100%;
	background: #333;
	text-align: center;
	cursor: pointer;
}
.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 1;
}
.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: normal;
}
.grid figure h2,
.grid figure p {
	margin: 0;
}
.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
/*---------------*/
/***** Chico *****/
/*---------------*/
figure.effect-chico img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
figure.effect-chico:hover img {
	opacity: 0.2;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-chico figcaption {
	padding: 5px;
}
figure.effect-chico h2 {
	padding-top: 25%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
	font-size: 12px;
	opacity: 0;
}
figure.effect-chico p {
	padding: 10px 15px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
	font-size: 12px;
}
figure.effect-chico figcaption::before,
figure.effect-chico figcaption::after {
	position: absolute;
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-chico figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}
figure.effect-chico figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}
figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-chico:hover h2,
figure.effect-chico:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/* end */

/******************
 * 内页代码
 *****************/
/* 内页Banner */
.inner-banner{
	width: 100%;
}
.section-inner{
	background-color: #fff;
}
.photo-box{
	height: auto;
	overflow: hidden;
}
.photo-box a{
	display: block;
}
.photo-box .photo-pic{
	height: auto;
	overflow: hidden;
	border: 1px solid #ddd;
	padding: 5px;
}
.photo-box .photo-pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.photo-box .photo-title{
	text-align: center;
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.xinwen-outer{
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
}
.xinwen-outer a{
	display: block;
}
.xinwen-outer .xinwen-title{
	font-size: 20px;
}
.xinwen-outer .xinwen-intro{
	color: #666;
	font-size: 14px;
	margin-top: 15px;
	line-height: 2;
}
.xinwen-outer .xinwen-time{
	margin-top: 15px;
	color: #999;
}

/* 侧边导航 */
.min-nav{
	position: relative;
	background-color: #005aaa;
}
.mobile-head{
	color: #fff;
	font-size: 16px;
	float: left;
	text-transform: uppercase;
	padding-top: 13px;
	padding-left: 15px;
	word-spacing: 3px;
}
.min-tabs{
	background-color: #FFFFFF;
	padding: 0;
	position: relative;
	margin-top: 0px;
}
.min-tabs ul li{
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #DDDDDD;
	position: relative;
	height: auto !important;
}
.min-tabs ul li a{
	display: block;
	background-color: #F5F5F5;
	font-size: 13px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 15px;
	color: #000;
	position: relative;
}
.min-tabs ul li a:hover{
	color: #33cc33;
}
.min-tabs ul li a i{
	padding-right: 10px;
	font-size: 16px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.min-tabs ul li a:hover i{
	padding-right: 15px;
}
.min-tabs ul li a.active{
	color: #33cc33;
}
.min-tabs > ul > li.dropdown > a::after{
	content: "\f196";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 9px;
	top: 13px;
}
.min-tabs > ul > li.dropdown.open > a::after{
	content: "\f147";
}
.min-tabs .dropdown-menu{
	width: 100% !important;
	position: relative;
}
.min-tabs ul li a:focus{
	/*background-color: #323638;*/
}
.min-tabs > ul > li.dropdown.open > a{
	/*background-color: #323638;*/
}
.min-tabs > ul > li >ul > li{
	border-top: none;
	border-bottom: none;
}
.min-tabs > ul > li > ul > li a{
	/*background-color: #d4d3d3;*/
	color: #333;
	text-transform: none;
}
.min-tabs > ul > li > ul > li a:hover{
	background-color: #fafafa;
	color: #CC0000;
}
.min-nav .icon-bar{
	border-color: #FFFFFF;
	background-color: #FFFFFF;
}
@media (min-width:768px) {
	.mobile-head{
		padding-left: 15px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.min-tabs.collapse{
		display: block !important;
		height: auto !important;
	}
	.section-inner{
		padding-bottom: 70px;
	}
}
/* 右边主体 */
.main-top{
	padding-top: 10px;
	padding-left: 0;
	margin-top: 10px;
	border-bottom: 1px solid #DDDDDD;
}
.main-top span{
	display: inline-block;
	float: left;
	color: #33cc33;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
}

.main-content{
	padding: 20px;
	background-color: #FFFFFF;
	margin-top: 20px;
	border: 1px solid #EEEEEE;
	border-radius: 5px;
}
.content-body{
	color: #444444;
	font-size: 14px;
	line-height: 2;
}
.content-body img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.download-list{
	height: auto;
	overflow: hidden;
}
.download-list ul li{
	height: auto;
	overflow: hidden;
	padding: 20px 0;
	border-bottom: 1px solid #dedede;
}
.download-list ul li .down-lt{
	width: 100%;
	min-height: 1px;
	float: left;
	position: relative;
}
.download-list ul li .down-lt .title{
	font-size: 18px;
	margin-bottom: 10px;
}
.download-list ul li .down-lt .others{
	height: auto;
	overflow: hidden;
}
.download-list ul li .down-lt .others span{
	display: inline-block;
	margin-right: 10px;
	float: left;
	font-size: 14px;
	color: #999;
}
.download-list ul li .down-rt{
	width: 100%;
	min-height: 1px;
	float: left;
	position: relative;
	text-align: left;
	margin-top: 15px;
}
.download-list ul li .down-rt a{
	width: 54px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	display: inline-block;
	margin-left: 20px;
	background: #eee;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
	-webkit-border-radius: 27px;
	-moz-border-radius: 27px;
	border-radius: 27px;
}
.download-list ul li .down-rt a span{
	font-size: 24px;
}
.download-list ul li .down-rt a:hover{
	color: #fff;
	background-color: #0c5eb1;
}

@media (min-width:768px) {
	.main-top{
		padding-top: 10px;
		padding-bottom: 10px;
		margin-top: 0px;
	}
}
@media (min-width:992px){
	.download-list ul li .down-lt{
		width: 80%;
	}
	.download-list ul li .down-rt{
		width: 20%;
		text-align: right;
		margin-top: 0;
	}
	.download-list ul li .down-lt .others span{
		margin-right: 20px;
	}
}
/** 联系我们 **/
.contact-form{
	margin-top: 25px;
}
.contact-form .btn-primary{
	font-size: 14px;
	background-color: #33cc33;
	padding-left: 30px;
	padding-right: 30px;
	border: none;
}
/*新闻列表*/
.news-list{
	background-color: #FFFFFF;
	margin-top: -15px;
}
.news-list ul li{
	height: auto;
	overflow: hidden;
	border-bottom: 1px dashed #DDDDDD;
	padding: 15px 0;
}
.news-list ul li a{
	display: block;
}
.news-title{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
}
.new-brief{
	color: #999;
	font-size: 12px;
}
.news-pic{
	width: 100%;
}
.news-pic img{
	display: block;
	max-width: 100%;
}
@media (min-width:768px) {
	.news-title{
		margin-top: 0px;
		font-size: 16px;
	}
}
/* 新闻正文 */
.rel-title{
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
}
.rel-date{
	text-align: center;
	color: #adadad;
	border-top: 1px dashed #ADADAD;
	padding: 10px 0;
	margin-bottom: 15px;
}
/*---------------*/
/**** product ****/
/*---------------*/
.pro-item{
	margin-bottom: 30px;
}
.pro-item a{
	display: block;
	border: 1px solid #D9D9D9;
}
.pro-pic{
	overflow: hidden;
}
.pro-pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.pro-title{
	font-size: 14px;
	line-height: 40px;
	margin-top: 10px;
	border-top: 1px solid #D9D9D9;
	padding-left: 15px;
	padding-right: 60px;
	height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.pro-title i{
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	text-align: center;
	float: right;
	height: 40px;
	line-height: 40px;
	border-left: 1px solid #D9D9D9;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.pro-info{
	font-size: 12px;
	color: #888888;
	margin-bottom: 20px;
	margin-top: 10px;
}
.pro-in-title{
	color: #000;
	font-size: 16px;
	line-height: 1.2;
	margin-top: 15px;
}
.pro-in-info{
	margin-top: 20px;
	font-size: 12px;
	line-height: 1.75;
	color: #666666;
}
@media (min-width:768px) {
	.pro-in-title{
		margin-top: 0px;
	}
}

/** tabs codes
 * ==================================
 * **/
.tabs-wrap{
	margin-top: 20px;
}
.tabs-wrap .accordion-handle.active{
	background-color: #0c5eb1;
}
.tabs-wrap .tabs-container{
	margin-top: 5;
}
.tabs-wrap .tab-content{
	color: #666666;
	line-height: 2;
	font-size: 14px;
}
.tabs-wrap .tab-content img{
	display: block;
	max-width: 100%;
	height: auto;
}
.tabs-wrap .tabs-list li a i{
	padding-left: 10px;
	color: #0c5eb1;
}
@media (min-width:768px) {
	.tabs-wrap .tabs-list li{
		margin-right: 2px;
		padding: 0;
		list-style: none;
		margin-left: 0;
		float: left;
	}
	.tabs-wrap .tabs-list li a:hover{
		background-color: #0c5eb1;
		color: #FFFFFF;
	}
	.tabs-wrap .tabs-list li.active a{
		background-color: #0c5eb1;
	}
	.tabs-wrap .tabs-list li a:hover i{
		color: #FFFFFF;
	}
}

.quo-head{
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	margin-bottom: 15px;
}
.fm-wap label{
	font-size: 14px;
	color: #888;
	font-weight: normal;
}
.fm-wap .btn-primary{
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 10px;
	background-color: #2a9bd5;
	border: none;
	text-transform: uppercase;
	-webkit-transition: all ease-in-out 300ms;
	   -moz-transition: all ease-in-out 300ms;
		-ms-transition: all ease-in-out 300ms;
			transition: all ease-in-out 300ms;
}
.fm-wap .btn-primary:hover{
	background-color: #e90202;
}
.shijian{
	margin-top: 6px;
	color: #ADADAD;
}

@media (min-width: 768px) {
	.quo-head{
		font-size: 30px;
	}
}
@media (min-width: 992px) {
	/* index support */
	.spt-row.row{
		margin-left: -20px;
		margin-right: -20px;
	}
	.spt-row .col-md-4{
		padding-left: 20px;
		padding-right: 20px;
	}
	/* end */
	/* index contact */
	.index-cnt{
		font-size: 18px;
	}
	/* end */
	/* 路径导航 */
	.innerpath.breadcrumb{
		float: right;
		margin-bottom: 0px;
		background-color: transparent;
		padding: 0;
		margin-right: 15px;
	}
	.innerpath.breadcrumb li{
		font-size: 14px;
	}
	/* end */
}
@media (min-width: 1200px) {
	/* index support */
	.spt-row.row{
		margin-left: -40px;
		margin-right: -40px;
	}
	.spt-row .col-md-4{
		padding-left: 40px;
		padding-right: 40px;
	}
	/* end */
}

/******************
 * 内页代码,宽屏代码
 *****************/
.full-path .breadcrumb{
	background-color: transparent;
	padding: 0px;
}
.full-path .breadcrumb li i{
	padding-right: 10px;
	font-size: 16px;
	color: #33cc33;
}
.full-main{
	background-color: #FFFFFF;
	padding: 20px;
}
.full-name{
	color: #33cc33;
	font-size: 16px;
	font-weight: bold;
}
.full-content{
	margin-top: 25px;
	line-height: 2;
}
.full-content img{
	max-width: 100%;
  height: auto;
	/* margin: 0 auto;
	display: block;
	margin-bottom: 15px; */
}
/* .full-content iframe,
.full-content video,
.full-content embed{
	max-width: 100%;
	height: auto;
} */

.full-news-list{
	overflow: hidden;
}
.full-news-list ul li{
	padding: 20px 0;
	border-bottom: 2px solid #DDDDDD;
	position: relative;
	margin-top: 20px;
}
.full-news-list ul li:after{
	width: 0px;
	height: 2px;
	background-color: #33cc33;
	position: absolute;
	left: 0px;
	bottom: -2px;
	transition: all ease-in-out 0.6s;
	-webkit-transition: all ease-in-out 0.6s;
	-moz-transition: all ease-in-out 0.6s;
	-ms-transition: all ease-in-out 0.6s;
}
.full-news-list ul li:hover:after{
	width: 100%;
}
.full-news-list ul li a{
	display: block;
}
.full-news-pic{
	width: 220px;
	float: left;
}
.full-news-rt{
	margin-left: 240px;
}
.full-news-ttl{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 16px;
}
.full-news-intro{
	margin-top: 5px;
	color: #666666;
}
.full-date{
	margin-top: 10px;
	font-size: 12px;
	color: #999999;
}
.full-date i{
	padding-right: 10px;
}
.full-news-title{
	text-align: center;
	font-size: 16px;
	color: #000000;
	margin-top: 20px;
}
.full-news-other{
	text-align: center;
	color: #999999;
	font-size: 12px;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 15px;
	margin-top: 5px;
}
.full-product-item{
	position: relative;
	margin-bottom: 30px;
	padding: 10px;
	background-color: #FFFFFF;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
  	transform: translateZ(0);
  	-webkit-transition-duration: 0.3s;
  	transition-duration: 0.3s;
  	-webkit-transition-property: transform;
  	transition-property: transform;
  	border: 1px solid #EEEEEE;
  	padding: 10px;
}
.full-product-item:hover{
	-webkit-box-shadow:0 10px 20px rgba(0, 0, 0, 0.1);
	box-shadow:0 10px 20px rgba(0, 0, 0, 0.1);

  	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
  	transform: translateY(-5px);
}
.full-product-item a{
	display: block;
}
.full-product-name{
	text-align: center;
	font-size: 16px;
	padding-top: 15px;
	margin-top: 10px;
	line-height:20px;
	height:55px;
	overflow:hidden;
	border-top: 1px solid #EEEEEE;
}
.full-product-brief{
	text-align: center;
	font-size: 12px;
	color: #666666;
	margin-bottom: 15px;
	margin-top: 5px;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}
.full-product-sort{
	color: #E67817;
	font-size: 16px;
	margin-bottom: 20px;
}
.full-product-title{
	color: #000;
	font-size: 20px;
	margin-top: 15px;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 20px;
}
.full-product-intro{
	margin-top: 20px;
	font-size: 14px;
	color: #666666;
	line-height: 2;
}
.product-to-buy{
	margin-top: 40px;
	font-size: 0;
}
.product-to-buy a{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	background-color: #004097;
	background-image: url(../images/icon_zx.png);
	background-repeat: no-repeat;
	background-position: 15px 50%;
	color: #FFFFFF;
	font-size: 16px;
	padding: 0 30px 0 50px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin: 10px 10px 10px 0;
}
.full-video-content{
	margin-top: 20px;
}
.full-video-content iframe,
.full-video-content embed{
	display: block;
	width: 90%;
	height: 260px;
	margin: 0 auto;
}
.full-news-name{
	font-size: 16px;
	padding: 0 10px;
	border-top: 1px solid #DDDDDD;
	padding-top: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.full-news-brief{
	font-size: 12px;
	color: #777;
	line-height: 20px;
	max-height: 40px;
	overflow: hidden;
	margin-top: 10px;
	padding: 0 10px;
}
.full-news-time{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 2;
	color: #AAAAAA;
	padding: 0 10px;
}
.full-news-time span{
	display: inline-block;
}
.full-news-time span i{
	padding-right: 5px;
}
.full-news-time span.news-time-left{
	float: left;
}
.full-news-time span.clicks{
	float: right;
}
@media (min-width: 768px) {
	.full-video-content iframe,
	.full-video-content embed{
		height: 350px;
	}
}
@media (min-width: 768px) {
	.full-video-content iframe,
	.full-video-content embed{
		height: 400px;
	}
}
@media (min-width: 1200px) {
	.full-video-content iframe,
	.full-video-content embed{
		height: 500px;
	}
}

.full-sort{
	background-color: #FFFFFF;
	padding: 25px 0;
}
.full-sort-list{
	position: relative;
}
.full-sort-list ul li{
	float: left;
	display: inline-block;
	margin: 5px 15px 5px 0;
}
.full-sort-list ul li a{
	display: inline-block;
	border: 1px solid #DDDDDD;
	padding: 10px 30px;
}
.full-sort-list ul li a:hover,
.full-sort-list ul li a.active{
	color: #FFFFFF;
	background-color: #183884;
	border-color: #183884;
}
.white-box-wrap{
	background-color: #FFFFFF;
	padding: 30px;
}
.full-sort-title{
	color: #000000;
	font-size: 30px;
	text-align: center;
}
.full-line{
	height: 0;
	border-top: 1px solid #DDDDDD;
	margin: 40px 0;
}
.full-content{
	margin-top: 25px;
	line-height: 2;
}
.full-content img{
	max-width: 100%;
	margin: 0 auto;
	display: block;
}
.full-content-title{
	text-align: center;
	color: #333;
	font-size: 20px;
}
.full-contact-title{
	color: #333333;
	font-size: 16px;
	color: #333;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 10px;
}
.full-contact-title:after{
	width: 30px;
	height: 1px;
	background-color: #004097;
	position: absolute;
	left: 0;
	bottom: 0;
}
.full-iframe{
	margin-bottom: 20px;
}
.full-iframe iframe{
	width: 100%;
	height: 450px;
	border: none;
}
.full-contact-content{
	color: #565656;
	font-size: 14px;
	line-height: 2;
	margin-bottom: 20px;
}

.section-soldeeee{
	padding: 30px 0;
	background-color: #FFFFFF;
}
.cmdb-wap{
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}
.cmdb-wap a{
	display: block;
}
.cmdb-over{
	width: 100%;
	height: 100%;
	background-color: rgba(0,167,225,0);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5;
	opacity: 0;
}
.cmdb-tab{
	display: table;
	text-align: center;
	width: 100%;
	height: 100%;
}
.cmdb-tabcel{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.cmdb-icon{
	display: block;
	margin: 0 auto;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background-color: #FAFAFA;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	color: #004097;
	font-size: 16px;
}
.cmdb-tabcel h4{
	color: #FFFFFF;
	margin-top: 10px;
}
.cmdb-wap:hover .cmdb-over{
	opacity: 1;
	background-color: rgba(0,167,225,0.5);
}
#cmdb.row{
	margin-left: -8px;
	margin-right: -8px;
}
.item-cmdb-1,
.item-cmdb-2{
	padding-left: 8px;
	padding-right: 8px;
	position: relative;
	min-height: 1px;
	float: left;
}
.item-cmdb-1{
	width: 100%;
}
.item-cmdb-2{
	width: 100%;
}
@media (min-width: 768px) {
	.item-cmdb-1{
		width: 56%;
	}
	.item-cmdb-2{
		width: 44%;
	}
}

.full-job-list{
	position: relative;
}
.full-job-list ul li{
	border-bottom: 1px dotted #DDDDDD;
	padding: 10px 0;
}
.full-job-list ul li span{
	display: inline-block;
	float: right;
	color: #999999;
	font-size: 12px;
}
.full-job-list ul li i{
	margin-right: 10px;
	margin-left: 5px;
}

/** 2018.10.12 **/
.item-xin-pic,
.item-xin-you{
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	float: left;
	min-height: 1px;
}
.xin-fang-box{
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding-bottom: 10px;
	margin-top: 15px;
}
.xin-fang-top{
	color: #C50000;
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	background-color: #efefef;
	overflow: hidden;
	border-bottom: 1px solid #e0e0e0;
}
.xin-fang-top span{
	display: inline-block;
	float: right;
	color: #666;
	padding-right: 10px;
	font-weight: normal;
	font-size: 15px;
}
.xin-fang-tab{
	width: 96%;
	margin: 0 auto;
	border: 1px dashed #b6ded5;
	margin-top: 10px;
}
.xin-fang-tab ul li{
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #444444;
}
.xin-fang-tab ul li span{
	display: inline-block;
	height: 36px;
	line-height: 36px;
	float: left;
	text-align: center;
}
.xin-fang-tab ul li span.mianji{
	width: 22%;
	border-right: 1px dashed #b6ded5;
}
.xin-fang-tab ul li span.leixin{
	width: 22%;
	border-right: 1px dashed #b6ded5;
}
.xin-fang-tab ul li span.dichi{
	width: 56%;
}
.xin-fang-tab ul li.fang{
	border-top: 1px dashed #b6ded5;
	color: #09F;;
}
.fang-intro{
	color: #000000;
	font-size: 12px;
	line-height: 2;
	width: 96%;
	padding: 5px 0;
	margin: 0 auto;
}
.fang-more{
	border-top: 1px dashed #b6ded5;
	width: 96%;
	margin: 0 auto;
	line-height: 28px;
	padding-top: 10px;
}
.fang-more a{
	display: inline-block;
	color: #FFFFFF;
	background-color: #32a1e8;
	padding: 0 15px;
	font-size: 12px;
}

.aside-product{
	display: block;
	margin-bottom: 35px;
}
.aside-product > li{
	border-bottom: 1px solid #dadada;
	padding: 0 5px;
}
.aside-product > li > a{
	display: block;
	line-height: 50px;
	font-size: 12px;
	height: 50px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	padding-right: 15px;
}
.aside-product > li > a::before{
	content: "";
	width: 14px;
	height: 2px;
	background-color: #333;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	right: 0;
	-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
}
.aside-product > li > a::after{
	content: "";
	width: 2px;
	height: 14px;
	background-color: #333;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: 6px;
	-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
}
.aside-product > li.active > a{
	color: #183884;
	font-weight: bold;
}
.aside-product > li.active > a::before{
	background-color: #183884;
}
.aside-product > li.active > a::after{
	display: none;
}
.aside-product > li > a:hover::before,
.aside-product > li > a:hover::after{
	background-color: #183884;
}

.aside-product > li > ul{
	margin-bottom: 10px;
	display: none;
}
.aside-product > li > ul > li{
	position: relative;
}
.aside-product > li > ul > li > a{
	font-size: 12px;
	display: block;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 15px;
	padding: 0 10px;
}
.aside-product > li > ul > li:hover > a,
.aside-product > li > ul > li.active > a{
	color: #fff;
	background-color: #183884;
}
.aside-product > li.active > ul{
	display: block;
}

.aside-service{
	height: auto;
	overflow: hidden;
	border: 1px solid #dadada;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.aside-service .pic{
	height: auto;
	overflow: hidden;
	margin-bottom:20px;
}
.aside-service .pic img{
	display: block;
	margin:  auto;
	width: 100%;
	height: auto;
}
.aside-service .intro{
	padding: 0 20px;
	margin-top: 10px;
}
.aside-service .intro h6{
	color: #000000;
}
.aside-service .intro h4{
	color: #FF0000;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 20px;
}

.aside-head{
	line-height: 50px;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	background-color: #183884;
	padding: 0 15px;
	margin-bottom: 10px;
}
.web-path{
	border: 1px solid #ddd;
	background-color: #F2F2F2;
	margin-bottom: 30px;
	padding: 10px 15px;
	font-size: 14px;
	line-height: 2;
}
.web-path strong{
	margin-right: 10px;
}
.web-path a{
	display: inline-block;
	margin: 0 5px;
}
.product-brand{
	height: auto;
	overflow: hidden;
	padding: 5px 15px;
	border: 1px solid #ddd;
	border-top: none;
	margin-bottom: 30px;
	margin-top: -30px;
}
.brand-box{
	height: auto;
	overflow: hidden;
	position: relative;
	margin: 15px 0;
}
.brand-left{
	width: 110px;
	float: left;
	position: relative;
	font-size: 16px;
	padding-top: 5px;
}
.brand-list{
	margin-left:110px;
	height: auto;
	overflow: hidden;
}
.brand-list.pic ul li{
	float: left;
	width: 100px;
	height: auto;
	overflow: hidden;
	position: relative;
}
.brand-list.pic ul li img{
	border: 1px solid #ddd;
	width: 100px;
	height: 50px;
	overflow: hidden;
}
.brand-list.pic ul li h5{
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	font-size: 14px;
	background-color: #183884;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
}
.brand-list.pic ul li:hover h5{
	opacity: 1;
	visibility: visible;
}
.brand-list.wenzi ul li{
	font-size: 16px;
	float: left;
	margin: 5px 10px;
}

@media (min-width: 768px) {
.container-product .col-sm-2{
		width: 30%;
		right: 70%;
	}
	.container-product .col-sm-10{
		width: 70%;
		left: 30%;
	}
	.aside-product > li > a{
		font-size: 14px;
	}
	.aside-product > li > ul > li > a{
		font-size: 14px;
	}
}
@media (min-width: 992px) {
	.item-xin-pic{
		width: 40%;
	}
	.item-xin-you{
		width: 60%;
	}
	.xin-fang-box{
		margin-top: 0;
	}
	.container-product .col-sm-2{
		width: 24%;
		right: 76%;
	}
	.container-product .col-sm-10{
		width: 76%;
		left: 24%;
	}
	.aside-product > li > a{
		font-size: 16px;
	}
}
@media (min-width: 1200px) {
	.item-xin-pic{
		width: 30%;
	}
	.item-xin-you{
		width: 70%;
	}
	.container-product .col-sm-2{
		width: 18%;
		right: 82%;
	}
	.container-product .col-sm-10{
		width: 82%;
		left: 18%;
	}

}

/*---蔡新增微调--*/
.top_zone{
	width:100%;
	min-width:1200px;
	overflow:hidden;
	height:40px;
	line-height:40px;
	border-bottom:1px solid #ccc;
}
#top_zone1{
  background: #f9f9f9;
}
#top_zone2{
	color:#ccc;
}
#top_l a{
	/*用于多城市链接*/
	margin-left:10px;
}
#top_zone2 a{
	color: #ccc;
}
#top_link{
	float: left;
  margin-right: 20px;
}
#top_link a{
	margin-left:10px;
}
#top_link a i{
	font-size:18px;
	margin-right:10px;
}
#footer_lxxx img{
	max-width:25px;
	height:auto;
	display:block;
}
#footer_lxxx tr td{
	padding-bottom:10px;
}
/*---分页--*/
.pagination{
	padding: 20px 0;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
	width:100%;
	overflow: hidden;
}

.pagination a{
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding:3px 10px;
	border:1px solid #ccc;
	margin:0 2px;
}
.pagination .current{
	background:#183884;
	border-color:#183884;
	color:#FFF;
	font-weight:700;
}
.pro-relate {
    color: #183884;
    font-size: 24px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.owl-dots{
	margin-top:30px;
}
.owl-pro-inner .owl-controls .owl-nav div{
	width:30px;
	height:30px;
	padding:0;
	line-height:30px;
	background:#333;
}
.maplist dl{
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
}
.maplist dl dt{
	display:block;
	line-height:30px;
	background:#f0f0f0;
	font-size:18px;
	text-indent:25px;
	font-weight:normal;
}
.maplist dl dd{
	margin-top:20px;
	padding-left:30px;
}
.maplist dl dd a{
	margin-right:30px;
}
.owl-inner-titles{
	margin-top:10px;
	text-align:center;
}
.downloadlist li a{
	display: block;
}
.downloadlist li i{
	margin-right: 10px;
}
.downloadlist li:hover{
	background: #f0f0f0;
}
.downloadlist li:hover .badge{
	background: #e60012;
}
.about-pic img{
	max-width: 100%;
	height: auto;
	display: block;
}
footer #footer_lxxx img{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.shangxiapian{
	padding-top:20px;
	margin-top:20px;
	border-top:1px dashed #c8c8c8;
}
.shangxiapian li{
	line-height:30px;
}
.copyright a,.websupport a{
  color: #999;
}
.biaoge{
	width:100%;
	border-collapse:collapse;
}
.biaoge tr td,.biaoge tr th{
	border:#ccc solid 1px;
    padding:10px 0 10px 15px;
}
.biaoge tr th,.biaoge .down_b{
	background:#fff;
}
.biaoge .fa-caret-right{
	margin-right:10px;
}
.biaoge .fa-cloud-download{
	font-size:30px;
	margin:0px auto;
	display:block;
	text-align:center;
	margin-left:-15px;
}


@media (max-width:992px) {

	.solution-outer .cover .title{
		font-size:18px!important;
	}
	.clear_header{
		height:60px;
		width:100%;
		overflow:hidden;
		clear:both;
	}
	.tab-ys-thumb ul li .inner .cover .title h6{
		display:none;
	}
	.tab-ys-thumb ul li .inner .cover .title::after{
		display:none;
	}
	.tab-ys-thumb ul li .inner .cover .title{
		padding-bottom:0!important;
		display:flex!important;
		flex-direction:column!important;
		justfy-content:center!important;
		line-height:25px!important;
		font-weight:normal!important;
		letter-spacing:0!important;
	}
	.tab-ys-thumb ul li .inner .cover .title h2{
		margin-bottom:0!important;
		font-weight:normal!important;
	}
	.foot-wrap form{
		margin-top:15px;
	}
	.brand-left{
		width:100%!important;
		padding-bottom:10px;
		border-bottom:1px solid #ccc;
		float:none;
		overflow:hidden;
	}
	.brand-list{
		width:100%!important;
		margin-top:10px;
		margin-left:0!important;
	}
	.my-prod-sort ul li{
		width:25%!important;
		margin:0!important;
		line-height:30px!important;
		text-align:center!important;
		float:left!important;
	}

}

@media (min-width:701px) and (max-width:1199px) {
	.col-foot-x1{
		padding-left:10%!important;
	}
	.col-foot-x3{
		padding-left:10%!important;
	}
	.col-foot-x4{
		padding-right:10%!important;
	}
}
#more_row{
	display:block!important;
}
